TMSDumpOptions class overview.
Properties
Name | Description |
AddDrop (inherited from TDADumpOptions) |
Used to add DROP statements to a script before CREATE statements.
|
CompleteInsert (inherited from TDADumpOptions) |
Used to explicitly specify the table fields names when generating the INSERT SQL query. The default value is False.
|
DisableConstraints |
Allows to disable foreign keys when dumping multiple tables.
|
GenerateHeader (inherited from TDADumpOptions) |
Used to add a comment header to a script.
|
IdentityInsert |
Used to add SET IDENTITY_INSERT TableName ON at the beginning of the script and SET IDENTITY_INSERT TableName OFF at the end of the script.
|
QuoteNames (inherited from TDADumpOptions) |
Used for TDADump to quote all database object names in generated SQL statements.
|